From: John Tsichritzis Date: Fri, 15 Mar 2019 15:40:27 +0000 (+0000) Subject: Fix wrong MIDR_EL1 value for Neoverse E1 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=c4187c9c4b352f48252afe0ee30fa93d84e692a5;p=project%2Fbcm63xx%2Fatf.git Fix wrong MIDR_EL1 value for Neoverse E1 Change-Id: I75ee39d78c81ecb528a671c0cfadfc2fe7b5d818 Signed-off-by: John Tsichritzis --- diff --git a/include/lib/cpus/aarch64/neoverse_e1.h b/include/lib/cpus/aarch64/neoverse_e1.h index 70846048..96b4661d 100644 --- a/include/lib/cpus/aarch64/neoverse_e1.h +++ b/include/lib/cpus/aarch64/neoverse_e1.h @@ -9,7 +9,7 @@ #include -#define NEOVERSE_E1_MIDR U(0x410FD060) +#define NEOVERSE_E1_MIDR U(0x410FD4A0) /******************************************************************************* * CPU Extended Control register specific definitions.